Html Css Color HEX #72665F Dorado

📋 copy color: '#72665F'

red 114 ◦ green 102 ◦ blue 95

#72665F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #72665F

Tints of Dorado #72665F

RGB

 RED value IS 114 (44.92% from 255) = 36.66%

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 36.66%
G = 32.8%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72665F (or 0x72665F) is known color: Dorado. HEX triplet: 72, 66 and 5F. RGB value is (114,102,95). Sum of RGB (Red+Green+Blue) = 114+102+95=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665F is #8D99A0. Grayscale: #686868. Windows color (decimal): -9279905 or 6252146. OLE color: 6252146.

HSL color Cylindrical-coordinate representation of color #72665F: hue angle of 22.11º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72665F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 95 -
CMYK 0 0.11 0.17 0.55
HSL 22.11º 0.09% 0.41% -
HSV(B) 22.11º 0.17% 0.45% -
XYZ 13.76 13.91 12.79 -
YUV 104.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 114 102 95 0 0.11 0.17 0.55 22.11 0.09 0.41
Hex 72 66 5F 0 B 11 37 16 9 29
Octal 162 146 137 0 13 21 67 26 11 51
Binary 1110010 1100110 1011111 0 1011 10001 110111 10110 1001 101001

Color Harmonies of #72665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72665F

Black with #72665F

Text Example


Text Example

White with #72665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72665F; }

 p { color: rgb(114,102,95); }

 H1.HeaderClassName
 {
   color: #72665F;
 }
 .AnyTagClassName
 {
   color: #72665F;
 }
</style>

background-color css

<style>
 a { background-color: #72665F; }

 a { background-color: rgb(114,102,95); }

 div.DivClassName
 {
   background-color: #72665F;
 }
 .BgClassName
 {
   background-color: #72665F;
 }
</style>

border-color css

<style>
 span { border-color: #72665F; }

 span { border-color: rgb(114,102,95); }

 td.TdClassName
 {
   border-color: #72665F;
 }
 .TagClassName
 {
   border-color: #72665F;
 }
</style>