Html Css Color HEX #757867 Finch

📋 copy color: '#757867'

red 117 ◦ green 120 ◦ blue 103

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

Shades of Finch #757867

Tints of Finch #757867

RGB

 RED value IS 117 (46.09% from 255) = 34.41%

 GREEN value IS 120 (47.27% from 255) = 35.29%

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

R = 34.41%
G = 35.29%
B = 30.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#757867 (or 0x757867) is known color: Finch. HEX triplet: 75, 78 and 67. RGB value is (117,120,103). Sum of RGB (Red+Green+Blue) = 117+120+103=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #757867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757867 is #8A8798. Grayscale: #757575. Windows color (decimal): -9078681 or 6781045. OLE color: 6781045.

HSL color Cylindrical-coordinate representation of color #757867: hue angle of 70.59º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757867 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 103 -
CMYK 0.02 0 0.14 0.53
HSL 70.59º 0.08% 0.44% -
HSV(B) 70.59º 0.14% 0.47% -
XYZ 16.5 18.19 15.47 -
YUV 117.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 117 120 103 0.02 0 0.14 0.53 70.59 0.08 0.44
Hex 75 78 67 2 0 E 35 47 8 2C
Octal 165 170 147 2 0 16 65 107 10 54
Binary 1110101 1111000 1100111 10 0 1110 110101 1000111 1000 101100

Color Harmonies of #757867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757867

Black with #757867

Text Example


Text Example

White with #757867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757867; }

 p { color: rgb(117,120,103); }

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

background-color css

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

 a { background-color: rgb(117,120,103); }

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

border-color css

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

 span { border-color: rgb(117,120,103); }

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