Html Css Color HEX #765C1F Horses Neck

📋 copy color: '#765C1F'

red 118 ◦ green 92 ◦ blue 31

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

Shades of Horses Neck #765C1F

Tints of Horses Neck #765C1F

RGB

 RED value IS 118 (46.48% from 255) = 48.96%

 GREEN value IS 92 (36.33% from 255) = 38.17%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 48.96%
G = 38.17%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#765C1F (or 0x765C1F) is known color: Horses Neck. HEX triplet: 76, 5C and 1F. RGB value is (118,92,31). Sum of RGB (Red+Green+Blue) = 118+92+31=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #765C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C1F is #89A3E0. Grayscale: #5D5D5D. Windows color (decimal): -9020385 or 2055286. OLE color: 2055286.

HSL color Cylindrical-coordinate representation of color #765C1F: hue angle of 42.07º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #765C1F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 31 -
CMYK 0 0.22 0.74 0.54
HSL 42.07º 0.58% 0.29% -
HSV(B) 42.07º 0.74% 0.46% -
XYZ 11.55 11.6 2.93 -
YUV 92.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 118 92 31 0 0.22 0.74 0.54 42.07 0.58 0.29
Hex 76 5C 1F 0 16 4A 36 2A 3A 1D
Octal 166 134 37 0 26 112 66 52 72 35
Binary 1110110 1011100 11111 0 10110 1001010 110110 101010 111010 11101

Color Harmonies of #765C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C1F

Black with #765C1F

Text Example


Text Example

White with #765C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C1F; }

 p { color: rgb(118,92,31); }

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

background-color css

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

 a { background-color: rgb(118,92,31); }

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

border-color css

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

 span { border-color: rgb(118,92,31); }

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