Html Css Color HEX #767A3C Crete

📋 copy color: '#767A3C'

red 118 ◦ green 122 ◦ blue 60

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

Shades of Crete #767A3C

Tints of Crete #767A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20%

R = 39.33%
G = 40.67%
B = 20%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#767A3C (or 0x767A3C) is known color: Crete. HEX triplet: 76, 7A and 3C. RGB value is (118,122,60). Sum of RGB (Red+Green+Blue) = 118+122+60=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #767A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A3C is #8985C3. Grayscale: #717171. Windows color (decimal): -9012676 or 3963510. OLE color: 3963510.

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

Color convert

RGB 118 122 60 -
CMYK 0.03 0 0.51 0.52
HSL 63.87º 0.34% 0.36% -
HSV(B) 63.87º 0.51% 0.48% -
XYZ 15.25 18.1 6.96 -
YUV 113.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 118 122 60 0.03 0 0.51 0.52 63.87 0.34 0.36
Hex 76 7A 3C 3 0 33 34 40 22 24
Octal 166 172 74 3 0 63 64 100 42 44
Binary 1110110 1111010 111100 11 0 110011 110100 1000000 100010 100100

Color Harmonies of #767A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A3C

Black with #767A3C

Text Example


Text Example

White with #767A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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