Html Css Color HEX #767335 Crete

📋 copy color: '#767335'

red 118 ◦ green 115 ◦ blue 53

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

Shades of Crete #767335

Tints of Crete #767335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

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

R = 41.26%
G = 40.21%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#767335 (or 0x767335) is known color: Crete. HEX triplet: 76, 73 and 35. RGB value is (118,115,53). Sum of RGB (Red+Green+Blue) = 118+115+53=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #767335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767335 is #898CCA. Grayscale: #6D6D6D. Windows color (decimal): -9014475 or 3502966. OLE color: 3502966.

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

Color convert

RGB 118 115 53 -
CMYK 0 0.03 0.55 0.54
HSL 57.23º 0.38% 0.34% -
HSV(B) 57.23º 0.55% 0.46% -
XYZ 14.24 16.37 5.78 -
YUV 108.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 118 115 53 0 0.03 0.55 0.54 57.23 0.38 0.34
Hex 76 73 35 0 3 37 36 39 26 22
Octal 166 163 65 0 3 67 66 71 46 42
Binary 1110110 1110011 110101 0 11 110111 110110 111001 100110 100010

Color Harmonies of #767335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767335

Black with #767335

Text Example


Text Example

White with #767335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767335; }

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

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

background-color css

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

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

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

border-color css

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

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

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