Html Css Color HEX #75785A Finch

📋 copy color: '#75785A'

red 117 ◦ green 120 ◦ blue 90

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

Shades of Finch #75785A

Tints of Finch #75785A

RGB

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

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

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

R = 35.78%
G = 36.7%
B = 27.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#75785A (or 0x75785A) is known color: Finch. HEX triplet: 75, 78 and 5A. RGB value is (117,120,90). Sum of RGB (Red+Green+Blue) = 117+120+90=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #75785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75785A is #8A87A5. Grayscale: #737373. Windows color (decimal): -9078694 or 5929077. OLE color: 5929077.

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

Color convert

RGB 117 120 90 -
CMYK 0.02 0 0.25 0.53
HSL 66º 0.14% 0.41% -
HSV(B) 66º 0.25% 0.47% -
XYZ 15.9 17.95 12.3 -
YUV 115.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 117 120 90 0.02 0 0.25 0.53 66 0.14 0.41
Hex 75 78 5A 2 0 19 35 42 E 29
Octal 165 170 132 2 0 31 65 102 16 51
Binary 1110101 1111000 1011010 10 0 11001 110101 1000010 1110 101001

Color Harmonies of #75785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75785A

Black with #75785A

Text Example


Text Example

White with #75785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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