Html Css Color HEX #767534 Crete

📋 copy color: '#767534'

red 118 ◦ green 117 ◦ blue 52

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

Shades of Crete #767534

Tints of Crete #767534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 41.11%
G = 40.77%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#767534 (or 0x767534) is known color: Crete. HEX triplet: 76, 75 and 34. RGB value is (118,117,52). Sum of RGB (Red+Green+Blue) = 118+117+52=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #767534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767534 is #898ACB. Grayscale: #6E6E6E. Windows color (decimal): -9013964 or 3437942. OLE color: 3437942.

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

Color convert

RGB 118 117 52 -
CMYK 0 0.01 0.56 0.54
HSL 59.09º 0.39% 0.33% -
HSV(B) 59.09º 0.56% 0.46% -
XYZ 14.45 16.82 5.73 -
YUV 109.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 118 117 52 0 0.01 0.56 0.54 59.09 0.39 0.33
Hex 76 75 34 0 1 38 36 3B 27 21
Octal 166 165 64 0 1 70 66 73 47 41
Binary 1110110 1110101 110100 0 1 111000 110110 111011 100111 100001

Color Harmonies of #767534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767534

Black with #767534

Text Example


Text Example

White with #767534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767534; }

 p { color: rgb(118,117,52); }

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

background-color css

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

 a { background-color: rgb(118,117,52); }

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

border-color css

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

 span { border-color: rgb(118,117,52); }

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