Html Css Color HEX #767A35 Crete

📋 copy color: '#767A35'

red 118 ◦ green 122 ◦ blue 53

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

Shades of Crete #767A35

Tints of Crete #767A35

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.64%

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

R = 40.27%
G = 41.64%
B = 18.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#767A35 (or 0x767A35) is known color: Crete. HEX triplet: 76, 7A and 35. RGB value is (118,122,53). Sum of RGB (Red+Green+Blue) = 118+122+53=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #767A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A35 is #8985CA. Grayscale: #717171. Windows color (decimal): -9012683 or 3504758. OLE color: 3504758.

HSL color Cylindrical-coordinate representation of color #767A35: hue angle of 63.48º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #767A35 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 53 -
CMYK 0.03 0 0.57 0.52
HSL 63.48º 0.39% 0.34% -
HSV(B) 63.48º 0.57% 0.48% -
XYZ 15.07 18.03 6.05 -
YUV 112.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 118 122 53 0.03 0 0.57 0.52 63.48 0.39 0.34
Hex 76 7A 35 3 0 39 34 3F 27 22
Octal 166 172 65 3 0 71 64 77 47 42
Binary 1110110 1111010 110101 11 0 111001 110100 111111 100111 100010

Color Harmonies of #767A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A35

Black with #767A35

Text Example


Text Example

White with #767A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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