Html Css Color HEX #74763C Crete

📋 copy color: '#74763C'

red 116 ◦ green 118 ◦ blue 60

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

Shades of Crete #74763C

Tints of Crete #74763C

RGB

 RED value IS 116 (45.7% from 255) = 39.46%

 GREEN value IS 118 (46.48% from 255) = 40.14%

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

R = 39.46%
G = 40.14%
B = 20.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#74763C (or 0x74763C) is known color: Crete. HEX triplet: 74, 76 and 3C. RGB value is (116,118,60). Sum of RGB (Red+Green+Blue) = 116+118+60=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #74763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74763C is #8B89C3. Grayscale: #6F6F6F. Windows color (decimal): -9144772 or 3962484. OLE color: 3962484.

HSL color Cylindrical-coordinate representation of color #74763C: hue angle of 62.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74763C is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 60 -
CMYK 0.02 0 0.49 0.54
HSL 62.07º 0.33% 0.35% -
HSV(B) 62.07º 0.49% 0.46% -
XYZ 14.5 17 6.79 -
YUV 110.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 116 118 60 0.02 0 0.49 0.54 62.07 0.33 0.35
Hex 74 76 3C 2 0 31 36 3E 21 23
Octal 164 166 74 2 0 61 66 76 41 43
Binary 1110100 1110110 111100 10 0 110001 110110 111110 100001 100011

Color Harmonies of #74763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74763C

Black with #74763C

Text Example


Text Example

White with #74763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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