Html Css Color HEX #767029 Crete

📋 copy color: '#767029'

red 118 ◦ green 112 ◦ blue 41

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

Shades of Crete #767029

Tints of Crete #767029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 43.54%
G = 41.33%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#767029 (or 0x767029) is known color: Crete. HEX triplet: 76, 70 and 29. RGB value is (118,112,41). Sum of RGB (Red+Green+Blue) = 118+112+41=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #767029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767029 is #898FD6. Grayscale: #696969. Windows color (decimal): -9015255 or 2715766. OLE color: 2715766.

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

Color convert

RGB 118 112 41 -
CMYK 0 0.05 0.65 0.54
HSL 55.32º 0.48% 0.31% -
HSV(B) 55.32º 0.65% 0.46% -
XYZ 13.67 15.6 4.39 -
YUV 105.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 118 112 41 0 0.05 0.65 0.54 55.32 0.48 0.31
Hex 76 70 29 0 5 41 36 37 30 1F
Octal 166 160 51 0 5 101 66 67 60 37
Binary 1110110 1110000 101001 0 101 1000001 110110 110111 110000 11111

Color Harmonies of #767029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767029

Black with #767029

Text Example


Text Example

White with #767029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767029; }

 p { color: rgb(118,112,41); }

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

background-color css

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

 a { background-color: rgb(118,112,41); }

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

border-color css

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

 span { border-color: rgb(118,112,41); }

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