Html Css Color HEX #74765A Finch

📋 copy color: '#74765A'

red 116 ◦ green 118 ◦ blue 90

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

Shades of Finch #74765A

Tints of Finch #74765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 35.8%
G = 36.42%
B = 27.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#74765A (or 0x74765A) is known color: Finch. HEX triplet: 74, 76 and 5A. RGB value is (116,118,90). Sum of RGB (Red+Green+Blue) = 116+118+90=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #74765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74765A is #8B89A5. Grayscale: #727272. Windows color (decimal): -9144742 or 5928564. OLE color: 5928564.

HSL color Cylindrical-coordinate representation of color #74765A: hue angle of 64.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74765A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 90 -
CMYK 0.02 0 0.24 0.54
HSL 64.29º 0.13% 0.41% -
HSV(B) 64.29º 0.24% 0.46% -
XYZ 15.53 17.41 12.21 -
YUV 114.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 116 118 90 0.02 0 0.24 0.54 64.29 0.13 0.41
Hex 74 76 5A 2 0 18 36 40 D 29
Octal 164 166 132 2 0 30 66 100 15 51
Binary 1110100 1110110 1011010 10 0 11000 110110 1000000 1101 101001

Color Harmonies of #74765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74765A

Black with #74765A

Text Example


Text Example

White with #74765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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