Html Css Color HEX #74766B Finch

📋 copy color: '#74766B'

red 116 ◦ green 118 ◦ blue 107

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

Shades of Finch #74766B

Tints of Finch #74766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 34.02%
G = 34.6%
B = 31.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#74766B (or 0x74766B) is known color: Finch. HEX triplet: 74, 76 and 6B. RGB value is (116,118,107). Sum of RGB (Red+Green+Blue) = 116+118+107=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #74766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74766B is #8B8994. Grayscale: #747474. Windows color (decimal): -9144725 or 7042676. OLE color: 7042676.

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

Color convert

RGB 116 118 107 -
CMYK 0.02 0 0.09 0.54
HSL 70.91º 0.05% 0.44% -
HSV(B) 70.91º 0.09% 0.46% -
XYZ 16.33 17.73 16.47 -
YUV 116.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 116 118 107 0.02 0 0.09 0.54 70.91 0.05 0.44
Hex 74 76 6B 2 0 9 36 47 5 2C
Octal 164 166 153 2 0 11 66 107 5 54
Binary 1110100 1110110 1101011 10 0 1001 110110 1000111 101 101100

Color Harmonies of #74766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74766B

Black with #74766B

Text Example


Text Example

White with #74766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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