Html Css Color HEX #747667 Finch

📋 copy color: '#747667'

red 116 ◦ green 118 ◦ blue 103

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

Shades of Finch #747667

Tints of Finch #747667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.56%

R = 34.42%
G = 35.01%
B = 30.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#747667 (or 0x747667) is known color: Finch. HEX triplet: 74, 76 and 67. RGB value is (116,118,103). Sum of RGB (Red+Green+Blue) = 116+118+103=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #747667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747667 is #8B8998. Grayscale: #737373. Windows color (decimal): -9144729 or 6780532. OLE color: 6780532.

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

Color convert

RGB 116 118 103 -
CMYK 0.02 0 0.13 0.54
HSL 68º 0.07% 0.43% -
HSV(B) 68º 0.13% 0.46% -
XYZ 16.13 17.65 15.39 -
YUV 115.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 116 118 103 0.02 0 0.13 0.54 68 0.07 0.43
Hex 74 76 67 2 0 D 36 44 7 2B
Octal 164 166 147 2 0 15 66 104 7 53
Binary 1110100 1110110 1100111 10 0 1101 110110 1000100 111 101011

Color Harmonies of #747667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747667

Black with #747667

Text Example


Text Example

White with #747667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747667; }

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

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

background-color css

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

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

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

border-color css

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

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

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