Html Css Color HEX #767030 Crete

📋 copy color: '#767030'

red 118 ◦ green 112 ◦ blue 48

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

Shades of Crete #767030

Tints of Crete #767030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 42.45%
G = 40.29%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#767030 (or 0x767030) is known color: Crete. HEX triplet: 76, 70 and 30. RGB value is (118,112,48). Sum of RGB (Red+Green+Blue) = 118+112+48=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #767030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767030 is #898FCF. Grayscale: #6A6A6A. Windows color (decimal): -9015248 or 3174518. OLE color: 3174518.

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

Color convert

RGB 118 112 48 -
CMYK 0 0.05 0.59 0.54
HSL 54.86º 0.42% 0.33% -
HSV(B) 54.86º 0.59% 0.46% -
XYZ 13.8 15.65 5.09 -
YUV 106.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 118 112 48 0 0.05 0.59 0.54 54.86 0.42 0.33
Hex 76 70 30 0 5 3B 36 37 2A 21
Octal 166 160 60 0 5 73 66 67 52 41
Binary 1110110 1110000 110000 0 101 111011 110110 110111 101010 100001

Color Harmonies of #767030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767030

Black with #767030

Text Example


Text Example

White with #767030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767030; }

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

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

background-color css

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

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

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

border-color css

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

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

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