Html Css Color HEX #767435 Crete

📋 copy color: '#767435'

red 118 ◦ green 116 ◦ blue 53

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

Shades of Crete #767435

Tints of Crete #767435

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

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

R = 41.11%
G = 40.42%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#767435 (or 0x767435) is known color: Crete. HEX triplet: 76, 74 and 35. RGB value is (118,116,53). Sum of RGB (Red+Green+Blue) = 118+116+53=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #767435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767435 is #898BCA. Grayscale: #6D6D6D. Windows color (decimal): -9014219 or 3503222. OLE color: 3503222.

HSL color Cylindrical-coordinate representation of color #767435: hue angle of 58.15º 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 #767435 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 53 -
CMYK 0 0.02 0.55 0.54
HSL 58.15º 0.38% 0.34% -
HSV(B) 58.15º 0.55% 0.46% -
XYZ 14.36 16.6 5.82 -
YUV 109.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 118 116 53 0 0.02 0.55 0.54 58.15 0.38 0.34
Hex 76 74 35 0 2 37 36 3A 26 22
Octal 166 164 65 0 2 67 66 72 46 42
Binary 1110110 1110100 110101 0 10 110111 110110 111010 100110 100010

Color Harmonies of #767435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767435

Black with #767435

Text Example


Text Example

White with #767435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767435; }

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

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

background-color css

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

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

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

border-color css

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

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

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