Html Css Color HEX #767035 Crete

📋 copy color: '#767035'

red 118 ◦ green 112 ◦ blue 53

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

Shades of Crete #767035

Tints of Crete #767035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 41.7%
G = 39.58%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#767035 (or 0x767035) is known color: Crete. HEX triplet: 76, 70 and 35. RGB value is (118,112,53). Sum of RGB (Red+Green+Blue) = 118+112+53=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #767035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767035 is #898FCA. Grayscale: #6B6B6B. Windows color (decimal): -9015243 or 3502198. OLE color: 3502198.

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

Color convert

RGB 118 112 53 -
CMYK 0 0.05 0.55 0.54
HSL 54.46º 0.38% 0.34% -
HSV(B) 54.46º 0.55% 0.46% -
XYZ 13.91 15.7 5.66 -
YUV 107.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 118 112 53 0 0.05 0.55 0.54 54.46 0.38 0.34
Hex 76 70 35 0 5 37 36 36 26 22
Octal 166 160 65 0 5 67 66 66 46 42
Binary 1110110 1110000 110101 0 101 110111 110110 110110 100110 100010

Color Harmonies of #767035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767035

Black with #767035

Text Example


Text Example

White with #767035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767035; }

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

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

background-color css

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

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

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

border-color css

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

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

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