Html Css Color HEX #774C25 Korma

📋 copy color: '#774C25'

red 119 ◦ green 76 ◦ blue 37

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

Shades of Korma #774C25

Tints of Korma #774C25

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

 GREEN value IS 76 (30.08% from 255) = 32.76%

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 51.29%
G = 32.76%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#774C25 (or 0x774C25) is known color: Korma. HEX triplet: 77, 4C and 25. RGB value is (119,76,37). Sum of RGB (Red+Green+Blue) = 119+76+37=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #774C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C25 is #88B3DA. Grayscale: #545454. Windows color (decimal): -8958939 or 2444407. OLE color: 2444407.

HSL color Cylindrical-coordinate representation of color #774C25: hue angle of 28.54º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774C25 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 37 -
CMYK 0 0.36 0.69 0.53
HSL 28.54º 0.53% 0.31% -
HSV(B) 28.54º 0.69% 0.47% -
XYZ 10.53 9.22 2.98 -
YUV 84.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 119 76 37 0 0.36 0.69 0.53 28.54 0.53 0.31
Hex 77 4C 25 0 24 45 35 1D 35 1F
Octal 167 114 45 0 44 105 65 35 65 37
Binary 1110111 1001100 100101 0 100100 1000101 110101 11101 110101 11111

Color Harmonies of #774C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C25

Black with #774C25

Text Example


Text Example

White with #774C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774C25; }

 p { color: rgb(119,76,37); }

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

background-color css

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

 a { background-color: rgb(119,76,37); }

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

border-color css

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

 span { border-color: rgb(119,76,37); }

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