Html Css Color HEX #766928 Crete

📋 copy color: '#766928'

red 118 ◦ green 105 ◦ blue 40

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

Shades of Crete #766928

Tints of Crete #766928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 44.87%
G = 39.92%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766928 (or 0x766928) is known color: Crete. HEX triplet: 76, 69 and 28. RGB value is (118,105,40). Sum of RGB (Red+Green+Blue) = 118+105+40=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #766928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766928 is #8996D7. Grayscale: #656565. Windows color (decimal): -9017048 or 2648438. OLE color: 2648438.

HSL color Cylindrical-coordinate representation of color #766928: hue angle of 50º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #766928 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 40 -
CMYK 0 0.11 0.66 0.54
HSL 50º 0.49% 0.31% -
HSV(B) 50º 0.66% 0.46% -
XYZ 12.91 14.11 4.05 -
YUV 101.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 118 105 40 0 0.11 0.66 0.54 50 0.49 0.31
Hex 76 69 28 0 B 42 36 32 31 1F
Octal 166 151 50 0 13 102 66 62 61 37
Binary 1110110 1101001 101000 0 1011 1000010 110110 110010 110001 11111

Color Harmonies of #766928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766928

Black with #766928

Text Example


Text Example

White with #766928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766928; }

 p { color: rgb(118,105,40); }

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

background-color css

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

 a { background-color: rgb(118,105,40); }

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

border-color css

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

 span { border-color: rgb(118,105,40); }

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