Html Css Color HEX #74773A Crete

📋 copy color: '#74773A'

red 116 ◦ green 119 ◦ blue 58

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

Shades of Crete #74773A

Tints of Crete #74773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.61%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 39.59%
G = 40.61%
B = 19.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#74773A (or 0x74773A) is known color: Crete. HEX triplet: 74, 77 and 3A. RGB value is (116,119,58). Sum of RGB (Red+Green+Blue) = 116+119+58=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #74773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74773A is #8B88C5. Grayscale: #6F6F6F. Windows color (decimal): -9144518 or 3831668. OLE color: 3831668.

HSL color Cylindrical-coordinate representation of color #74773A: hue angle of 62.95º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74773A is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 58 -
CMYK 0.03 0 0.51 0.53
HSL 62.95º 0.34% 0.35% -
HSV(B) 62.95º 0.51% 0.47% -
XYZ 14.56 17.21 6.56 -
YUV 111.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 116 119 58 0.03 0 0.51 0.53 62.95 0.34 0.35
Hex 74 77 3A 3 0 33 35 3F 22 23
Octal 164 167 72 3 0 63 65 77 42 43
Binary 1110100 1110111 111010 11 0 110011 110101 111111 100010 100011

Color Harmonies of #74773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74773A

Black with #74773A

Text Example


Text Example

White with #74773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74773A; }

 p { color: rgb(116,119,58); }

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

background-color css

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

 a { background-color: rgb(116,119,58); }

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

border-color css

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

 span { border-color: rgb(116,119,58); }

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