Html Css Color HEX #74764B Finch

📋 copy color: '#74764B'

red 116 ◦ green 118 ◦ blue 75

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

Shades of Finch #74764B

Tints of Finch #74764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 37.54%
G = 38.19%
B = 24.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#74764B (or 0x74764B) is known color: Finch. HEX triplet: 74, 76 and 4B. RGB value is (116,118,75). Sum of RGB (Red+Green+Blue) = 116+118+75=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #74764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74764B is #8B89B4. Grayscale: #707070. Windows color (decimal): -9144757 or 4945524. OLE color: 4945524.

HSL color Cylindrical-coordinate representation of color #74764B: hue angle of 62.79º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74764B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 75 -
CMYK 0.02 0 0.36 0.54
HSL 62.79º 0.22% 0.38% -
HSV(B) 62.79º 0.36% 0.46% -
XYZ 14.95 17.18 9.18 -
YUV 112.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 116 118 75 0.02 0 0.36 0.54 62.79 0.22 0.38
Hex 74 76 4B 2 0 24 36 3F 16 26
Octal 164 166 113 2 0 44 66 77 26 46
Binary 1110100 1110110 1001011 10 0 100100 110110 111111 10110 100110

Color Harmonies of #74764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74764B

Black with #74764B

Text Example


Text Example

White with #74764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74764B; }

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

 H1.HeaderClassName
 {
   color: #74764B;
 }
 .AnyTagClassName
 {
   color: #74764B;
 }
</style>

background-color css

<style>
 a { background-color: #74764B; }

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

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

border-color css

<style>
 span { border-color: #74764B; }

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

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