Html Css Color HEX #766258 Dorado

📋 copy color: '#766258'

red 118 ◦ green 98 ◦ blue 88

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

Shades of Dorado #766258

Tints of Dorado #766258

RGB

 RED value IS 118 (46.48% from 255) = 38.82%

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 38.82%
G = 32.24%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766258 (or 0x766258) is known color: Dorado. HEX triplet: 76, 62 and 58. RGB value is (118,98,88). Sum of RGB (Red+Green+Blue) = 118+98+88=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766258 is #899DA7. Grayscale: #666666. Windows color (decimal): -9018792 or 5792374. OLE color: 5792374.

HSL color Cylindrical-coordinate representation of color #766258: hue angle of 20º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766258 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 88 -
CMYK 0 0.17 0.25 0.54
HSL 20º 0.15% 0.4% -
HSV(B) 20º 0.25% 0.46% -
XYZ 13.6 13.29 11.08 -
YUV 102.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 118 98 88 0 0.17 0.25 0.54 20 0.15 0.4
Hex 76 62 58 0 11 19 36 14 F 28
Octal 166 142 130 0 21 31 66 24 17 50
Binary 1110110 1100010 1011000 0 10001 11001 110110 10100 1111 101000

Color Harmonies of #766258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766258

Black with #766258

Text Example


Text Example

White with #766258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766258; }

 p { color: rgb(118,98,88); }

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

background-color css

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

 a { background-color: rgb(118,98,88); }

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

border-color css

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

 span { border-color: rgb(118,98,88); }

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