Html Css Color HEX #767134 Crete

📋 copy color: '#767134'

red 118 ◦ green 113 ◦ blue 52

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

Shades of Crete #767134

Tints of Crete #767134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

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

R = 41.7%
G = 39.93%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#767134 (or 0x767134) is known color: Crete. HEX triplet: 76, 71 and 34. RGB value is (118,113,52). Sum of RGB (Red+Green+Blue) = 118+113+52=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #767134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767134 is #898ECB. Grayscale: #6B6B6B. Windows color (decimal): -9014988 or 3436918. OLE color: 3436918.

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

Color convert

RGB 118 113 52 -
CMYK 0 0.04 0.56 0.54
HSL 55.45º 0.39% 0.33% -
HSV(B) 55.45º 0.56% 0.46% -
XYZ 14 15.91 5.58 -
YUV 107.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 118 113 52 0 0.04 0.56 0.54 55.45 0.39 0.33
Hex 76 71 34 0 4 38 36 37 27 21
Octal 166 161 64 0 4 70 66 67 47 41
Binary 1110110 1110001 110100 0 100 111000 110110 110111 100111 100001

Color Harmonies of #767134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767134

Black with #767134

Text Example


Text Example

White with #767134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767134; }

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

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

background-color css

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

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

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

border-color css

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

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

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